@charset "utf-8";

/* 全局样式初始化 */
:root {
  --kniu_border_0: #ccc;
  --kniu_border_1: #0000001a;
  --kniu_red: #dc3636;
  --kniu_orange: #e17719;
  --kniu_yellow: #bb8e00;
  --kniu_green: #3f8300;
  --kniu_green_light: #2e8800;
  --kniu_green_text: #06ae56;
  --kniu_brand: #018932;
  --kniu_blue: #007dbb;
  --kniu_indigo: #0075e2;
  --kniu_purple: #6265f1;
  --kniu_black: #000;
  --kniu_white: #fff;
  --kniu_gray_0: #222;
  --kniu_gray_1: #333;
  --kniu_gray_2: #666;
  --kniu_gray_3: #888;
  --kniu_gray_4: #999;
  --kniu_gray_5: #c3c3c3;
  --kniu_link: #576b95;
  --kniu_mask_0: #0009;
  --kniu_mask_1: #000000e6;
  --kniu_readonly: #f3f3f3;
  --kniu_table_hover: #f6f6f6;
  --kniu_bg_0: transparent;
  --kniu_bg_active: #dcdcdc;
  --kniu_a_hover: #fffc;
  --APP: 768*100vw;
  --PCS: 1920*100vw;
  --APP360: 750*360;
  --APP375: 750*375;
  --APP414: 750*414;
  --APP480: 750*480;
  --APP640: 750*640;
  --APP768: 750*768;
  --PCS768: 1920*768;
  --PCS1024: 1920*1024;
  --PCS1280: 1920*1280;
  --PCS1366: 1920*1366;
  --PCS1440: 1920*1440;
  --PCS1600: 1920*1600;
  --PCS1920: 1920*1920;
  --PCS2736: 1920*2736;
  --PCS3840: 1920*3840;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PingFang SC", "Microsoft YaHei", "Alibaba-PuHuiTi-Regular", Arial, sans-serif !important;
  src: url('../icon/Alibaba-PuHuiTi-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../icon/Alibaba-PuHuiTi-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../icon/Alibaba-PuHuiTi-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('../icon/Alibaba-PuHuiTi-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../icon/Alibaba-PuHuiTi-Regular.svg#YourWebFontName') format('svg');
  /* Legacy iOS */
  /* Safari, Android, iOS */
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Alibaba-PuHuiTi-Regular", sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 12px;
  overflow-x: hidden;
}


/* .maskIframe {
  display: none;
} */

/* .show {
  display: block;
} */

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}

i {
  font-style: normal
}

h1 {
  color: #232323;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
p,
span {
  /* font-size: 12px; */
}

/* p {
    color: #686868;
} */

ul {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.l {
  float: left;
}

.r {
  float: right;
  width: 51%;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #686868;
}

.gy {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* a:hover {
    text-decoration: none;
    color: #333;
} */